home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-31  |  1.1 KB  |  27 lines

  1. #if !defined(AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_)
  2. #define AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  10.  
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxext.h>         // MFC extensions
  13. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  14. #include <afxole.h>
  15. #include "debug.h"            // For ASSERT, VERIFY, and TRACE
  16. #include <customaw.h>        // Custom AppWizard interface
  17.  
  18.  
  19. #define RELEASE(pObject) {if (pObject != NULL) pObject->Release(); }
  20. #define CHECK_HRESULT(hRes) {if (hRes != S_OK) throw; }
  21.  
  22. extern COleVariant    varMissed;
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  25.  
  26. #endif // !defined(AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_)
  27.